home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / src / RBF_src.readme < prev   
Text File  |  1999-03-02  |  2KB  |  51 lines

  1. Short:    C++ source for easy TileCoding of vectors using RBFs
  2. Author:   olethros@geocities.com (Christos Dimitrakakis)
  3. Uploader: olethros@geocities.com (Christos Dimitrakakis)
  4. Requires: C++ compiler
  5.  
  6.  
  7. Copyright and stuff:
  8. --------------------
  9. This source is freely distributable. If you find it useful, please do drop me a
  10. line.
  11.  
  12.  
  13.  
  14. RBF function used
  15. -----------------
  16. The RBF function used is semi-linear (triangular for in-between nodes and
  17. sigmoid-linear for outside nodes) with each dimension treated independently.
  18. Look at the code.
  19.  
  20.  
  21. Limitations
  22. -----------
  23. The radius of an RBF that is extreme in a particular dimension is always 1 for
  24. that dimension. You could change that by having an extra field in the RBFNode
  25. class that tells the node what type of membership function it should use.
  26. I guess this does not matter much though :)
  27.  
  28. Bugs
  29. ----
  30. Send bug reports to olethros@geocities.com with a subject beginning
  31. with BUG.
  32.  
  33.  
  34. Notes:
  35. ------
  36. No make file is supplied. However, I guess it is easy to make one (maybe even
  37. mkmk will work!)
  38.  
  39.  
  40. ============================= Archive contents =============================
  41.  
  42. Original  Packed Ratio    Date     Time    Name
  43. -------- ------- ----- --------- --------  -------------
  44.      891     392 56.0% 16-Feb-99 17:04:44  RBF.h
  45.     2334     777 66.7% 16-Feb-99 17:38:42  RBF.cpp
  46.      509     283 44.4% 16-Feb-99 17:38:08  rbf_demo.cpp
  47.     1446     485 66.4% 16-Feb-99 17:38:46  RBFNode.cpp
  48.     1034     558 46.0% 16-Feb-99 18:07:56  RBF.readme
  49. -------- ------- ----- --------- --------
  50.     6214    2495 59.8% 17-Feb-99 22:40:26   5 files
  51.